*, *:before, *:after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  color: #212223;
  background: #f0f0f0 !important;
  scroll-behavior: smooth;
}

input, select, textarea, button, optgroup, option {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

img { border: 0; display: block; max-width: 100%; height: auto; }
a { color: #0874e3; text-decoration: none; font-weight: 600; transition: all 0.2s ease; }
a:hover { color: #d64000; text-decoration: none; }
a:focus { outline: none; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline: 3px solid #0874e3;
  outline-offset: 4px;
  border-radius: 4px;
}

p { margin: 0 0 12px 0; }
h1, h2, h3 { margin: 0 0 8px 0; line-height: 1.25; }

.color-wrap {
  background: #f0f0f0 ;
  padding: 0 0 10px 0;
  max-width: 1080px ;
  margin: 0 auto;
}

.container {
  background: #ffffff ;
  width: 100% ;
  max-width: 1080px ;
  margin: 0 auto ;
  padding: 0 ;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.color-wrap .row {
  background: transparent;
  margin: 0 !important;
}


.cu-header-light {
  background: #f7f7f7;
  padding: 16px 0;
  border-bottom: 4px solid #d64000;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-header-light .header-container-light {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cu-header-light .header-logo-light {
  display: flex;
  align-items: center;
  gap: 16px; /* Spacing between logos and separator */
}

.cu-header-light .header-logo-light img {
  height: 38px;
  width: auto;
  display: block;
}

.cu-header-light .logo-separator {
  color: #ccc;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  user-select: none;
}
.cu-header-light .header-nav-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cu-header-light .header-nav-link {
  color: #212223;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.cu-header-light .header-nav-link:hover {
  color: #d64000;
}

.cu-header-light .header-nav-button {
  background: #d64000;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 12px;
  transition: background 0.2s ease-in-out;
}

.cu-header-light .header-nav-button:hover {
  background: #b83700;
}

.cu-header-light .header-nav-badge {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #212223;
  margin: 0;
  letter-spacing: -0.02em;
  display: inline-block;
  align-self: center;
}

.cu-hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 60px 40px;
  background: #ffffff;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cu-hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #212223;
  margin: 0;
  letter-spacing: -0.02em;
  width: 100%;
}

.cu-hero__title span { 
  color: #d64000; 
  display: block; 
}

.cu-hero__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.cu-hero__content {
  flex: 1 1 50%;
}

.cu-hero__subtitle {
  font-size: 17px;
  font-weight: 400;
  color: #404040;
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.cu-hero__divider {
  color: #d64000; 
  font-weight: bold; 
  font-size: 1.5em;
}

.cu-btn-primary {
  display: inline-block;
  background: #d64000;
  color: #ffffff !important;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 28px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}

.cu-btn-primary:hover {
  background: #b83700;
}

.cu-hero__image-container {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cu-hero__image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
}

.cu-hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.cu-hero__image:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.cu-hero__disclaimer {
  font-size: 12.5px;
  font-weight: 400;
  color: #606060;
  line-height: 1.5;
  margin: 0;
}


.cu-value-prop {
  background: #ffffff;
  padding: 0;
  text-align: left;
}

.cu-value-prop__accent {
  width: 60px;
  height: 4px;
  background-color: #d64000;
  margin: 0 0 32px 0;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.cu-value-prop:hover .cu-value-prop__accent {
  width: 120px;
}

.cu-value-prop__title {
  font-size: 32px;
  font-weight: 700;
  color: #212223;
  margin: 0 0 24px 0;
  line-height: 1.25;
}

.cu-value-prop__text {
  font-size: 18px;
  line-height: 1.6;
  color: #404040;
  margin-bottom: 24px;
  font-weight: 400;
}


.cu-vp__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.cu-vp__bullets li {
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
  padding: 12px 0 12px 32px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0 ;
}

.cu-vp__bullets li:last-child {
  border-bottom: none;
}

.cu-vp__bullets li strong {
  font-weight: 700;
  color: #212223;
}

.cu-vp__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("https://img03.en25.com/EloquaImages/clients/FCBusinessIntelligenceLtd/%7Bc214b7bf-6bad-40c9-a587-459369badf18%7D_circle-check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.cu-vp__bullets a { color: #0874e3; font-weight: 600; transition: all 0.2s ease }

.cu-vp__bullets a:hover { color: #d64000; letter-spacing: 0.2px;}

.cu-highlight-text {
  color: #d64000;
  font-size: 20px;
}


.cu-two-col-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  padding: 60px 40px;
  background: #ffffff;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cu-col-left {
  flex: 1 1 60%;
}

.cu-col-right {
  flex: 1 1 40%;
}

.cu-form-sidebar {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 4px;
  border-top: 4px solid #d64000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.cu-form-sidebar__header {
  margin-bottom: 24px;
}

.cu-form-sidebar__title {
  font-size: 22px;
  font-weight: 700;
  color: #212223;
  margin: 0 0 8px 0;
}

.cu-form-sidebar__subtitle {
  font-size: 14px;
  color: #606060;
  line-height: 1.4;
  margin: 0;
}


.cu-urgency-badge {
  background-color: #fcece5;
  border: 1px solid #d64000;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-flex;
  margin-bottom: 16px;
}

.cu-urgency-badge span {
  color: #212223;
  font-size: 12px;
  font-weight: 600;
}


.cu-trust {
  background: #f7f7f7;
  border-top: 3px solid #d64000;
  padding: 40px;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-trust-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212223;
  text-align: center;
  margin: 0 0 32px 0;
  display: block;
}

.cu-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.cu-trust-stat {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid #e3e3e3;
}

.cu-trust-stat:last-child {
  border-right: none;
}

.cu-trust-stat__number {
  font-size: 40px;
  font-weight: 700;
  color: #212223;
  line-height: 1;
  margin: 0 0 12px 0;
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.cu-trust-stat__number em {
  color: #d64000;
  font-style: normal;
  display: inline-block;
  transition: color 0.3s ease;
}

.cu-trust-stat:hover .cu-trust-stat__number {
  transform: translateY(-4px) scale(1.05);
  color: #d64000;
}

.cu-trust-stat:hover .cu-trust-stat__number em {
  color: #212223;
}

.cu-trust-stat__label {
  font-size: 14px;
  font-weight: 600;
  color: #212223;
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: block;
}

.cu-trust-stat__qualifier {
  font-size: 11px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  display: block;
}

/* Container Wrapper */
.cu-insights-section {
  padding: 80px 40px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}

/* ----------------------------------
   Section Header & Accent Line
---------------------------------- */
.cu-section-header {
  text-align: center;
  margin-bottom: 80px;
}

.cu-section-title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  color: #212223;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

/* The Accent Bar */
.cu-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #d64000;
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Accent bar expansion on header hover */
.cu-section-header:hover .cu-section-title::after {
  width: 140px;
}

.cu-editorial-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
  transition: transform 0.4s ease;
}

.cu-editorial-row:last-child {
  margin-bottom: 0;
}

.cu-editorial-row.reverse {
  flex-direction: row-reverse;
}

.cu-editorial__image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cu-editorial__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(15%) contrast(105%) brightness(95%);
  transition: filter 0.5s ease, transform 0.5s ease;
  display: block;
}

.cu-editorial-row:hover .cu-editorial__image img {
  filter: grayscale(0%) contrast(105%) brightness(100%);
  transform: scale(1.03);
}

.cu-editorial__content {
  flex: 1;
  padding: 20px 0;
}

.cu-editorial__eyebrow {
  display: block;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d64000;
  margin-bottom: 12px;
}

.cu-editorial__header {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}

.cu-editorial__header h3 {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  color: #212223;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.cu-editorial__header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #d64000;
  border-radius: 1.5px;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cu-editorial-row:hover .cu-editorial__header::after {
  width: 80%;
}

.cu-editorial__content p {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  color: #404040;
  margin: 0;
}


.cu-logo-wall {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #d64000;
  padding: 32px 28px 28px 28px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cu-logo-wall:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.cu-logo-wall-eyebrow {
  display: block;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d64000;
  text-align: center;
  margin-bottom: 24px;
}

.cu-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
  align-items: center;
  margin: 0 0 24px 0;
}

.cu-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 8px;
  min-height: 72px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cu-logo-item img {
  max-height: 52px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
  display: block;
  margin: 0 auto;
}

.cu-logo-item:hover {
  border-color: #d64000;
  box-shadow: 0 2px 8px rgba(214, 64, 0, 0.08);
}

.cu-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.cu-logo-wall-footer {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #212223;
  text-align: center;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.cu-logo-wall-footer strong {
  color: #212223;
  font-weight: 700;
}

.cu-footer {
  background: #000;
  border-top: 3px solid #d64000;
  padding: 20px 40px;
  text-align: center;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-footer p {
  font-size: 11px;
  color: #afafaf;
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.cu-footer p:last-child { 
  margin: 0; 
}

.cu-footer a {
  color: #529bf5;
  font-weight: 500;
  margin: 0 8px;
  font-size: 11px;
  text-decoration: underline;
}

.cu-footer a:hover { 
  color: #d64000; 
  text-decoration: none; 
}

.cu-footer__logo img {
  height: 26px;
  width: auto;
  margin: 0 auto 16px auto;
  display: block;
}

.cu-contact {
  background: #f7f7f7;
  padding: 32px 40px;
  border-top: 3px solid #d64000;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.cu-contact-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cu-contact-card:hover,
.cu-contact-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.cu-contact-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cu-contact-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e3e3e3;
  flex-shrink: 0;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.cu-contact-card:hover .cu-contact-photo,
.cu-contact-card:focus-within .cu-contact-photo {
  filter: grayscale(0%);
}
 
.cu-contact-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d64000;
  margin: 0 0 6px 0;
  display: block;
}

.cu-contact-body {
  font-size: 15px;
  color: #404040;
  line-height: 1.45;
  margin: 0 0 12px 0;
  font-weight: 400;
}

.cu-contact-email {
  font-weight: 700;
  color: #0564c7;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.cu-contact-email:hover { 
  color: #d64000; 
  text-decoration: underline;
}

.cu-case-section {
  padding: 56px 20px;
  background: #f7f7f7;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.cu-case-title {
  font-size: 28px;
  font-weight: 700;
  color: #212223;
  text-align: center;
  margin: 0 auto 40px auto;
  position: relative;
  padding-bottom: 12px;
  cursor: default;
}

.cu-case-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background-color: #d64000;
  transition: width 0.35s ease-in-out;
}

.cu-case-title:hover::after {
  width: 100px;
}

.cu-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.cu-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #d64000;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.cu-card:hover, 
.cu-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.cu-card__image {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #eaeaea;
}

.cu-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cu-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cu-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #212223;
  margin: 0 0 14px 0;
  line-height: 1.3;
}

.cu-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #404040;
  margin: 0;
  flex-grow: 1;
}

/* --- Form Labels & Instructions --- */
.elq-form .elq-label,
.elq-form .elq-item-label,
.elq-form .elq-instructions,
.lv-label {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #212223;
  display: block !important;
  text-align: left !important;
  margin-bottom: 8px;
}

/* --- Accessible Required Marker --- */
.elq-form .elq-required {
  font-size: 0 !important;
}

.elq-form .elq-required::after {
  content: " (required)";
  font-size: 13px;
  color: #d64000; /* Orange highlights required fields nicely */
  font-weight: 400;
}

/* --- Inputs, Select, Textareas --- */
.elq-form input[type="text"],
.elq-form input[type="email"],
.elq-form input[type="tel"],
.elq-form select,
.elq-form textarea {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 14px; /* Increased slightly from 13px to prevent iOS auto-zoom on focus */
  color: #212223;
  width: 100%;
  padding: 11px 12px; /* Increased for a much better mobile touch target (~42px total height) */
  border: 1px solid #808080;
  border-radius: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* --- Dropdown Arrow Fix --- */
/* Restores a clean, reliable custom arrow for selects since appearance: none was used */
.elq-form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px; /* Prevents text overlapping the arrow */
}

/* --- Focus States (With Fallbacks for Older Browsers) --- */
.elq-form input[type="text"]:focus,
.elq-form input[type="email"]:focus,
.elq-form input[type="tel"]:focus,
.elq-form select:focus,
.elq-form textarea:focus {
  outline: 3px solid #0874e3;
  outline-offset: 2px;
  border-color: #0874e3;
}

.elq-form ::placeholder {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: #767676; /* Darkened from #afafaf to meet AAA contrast requirements */
}

/* --- Layout Spacing --- */
.elq-form .elq-field-style {
  padding-bottom: 20px !important;
}

.elq-form .form-element-layout {
  padding: 0 0 10px 0;
}

/* --- Helper Text --- */
.elq-form h4.form-element-form-text {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #696969;
  line-height: 1.5;
  margin: 0;
}

.elq-form .col-sm-12,
.elq-form .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elq-form .elq-item-input,
.elq-form .elq-item-select {
  width: 100% !important;
  display: block !important;
}

/* --- Primary Submit Button --- */
.submit-button-style, 
.cu-cta-button {
  background-color: #d64000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  margin-top: 8px;
  display: block;
  text-align: center;
}

.submit-button-style:hover, 
.submit-button-style:focus, 
.cu-cta-button:hover, 
.cu-cta-button:focus {
  filter: brightness(92%);
  box-shadow: 0 4px 12px rgba(214, 64, 0, 0.35);
}

.submit-button-style:focus-visible, 
.cu-cta-button:focus-visible,
.cu-header-cta:focus-visible, 
.back-button-style:focus-visible {
  outline: 3px solid #0874e3;
  outline-offset: 3px;
}

/* --- Eloqua Live Validation Errors --- */
.LV_invalid {
  color: #cc0000;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

/* Fixed focus accessibility issue on validation errors */
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active {
  border-color: #cc0000 !important;
}

/* Keep the focus ring visible on invalid inputs so keyboard users can navigate */
.LV_invalid_field:focus {
  outline: 3px solid #cc0000 !important;
  outline-offset: 2px;
}


.cu-testimonial {
  margin: 20px 40px;
  background-color: #f7f7f7;
  border-left: 4px solid #d64000;
  padding: 28px;
  padding-top: 20px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cu-testimonial:hover,
.cu-testimonial:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cu-testimonial__stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 10px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
}

.cu-testimonial__stars span:first-child {
  color: #d64000;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1;
}

.cu-testimonial__descriptor-text {
  font-size: 15px;
  font-weight: 700;
  color: #d64000;
  border-left: 1px solid #e3e3e3;
  padding-left: 10px;
}

.cu-testimonial__quote {
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  color: #212223;
  margin: 0 0 16px 0;
}

.cu-testimonial__quote strong {
  font-weight: 700;
  color: #212223;
}

.cu-testimonial__author {
  font-size: 14px;
  line-height: 1.4;
  color: #212223;
  text-align: left;
  margin-top: 12px;
}

.cu-testimonial__author-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  color: #212223;
  display: block;
  margin-bottom: 4px;
}

.author-title {
  font-size: 14px;
  color: #404040;
  display: block;
  margin-bottom: 2px;
}

.author-company {
  font-size: 14px;
  font-weight: 700;
  color: #212223;
  display: block;
}

.cu-testimonial__headshot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(70%);
  opacity: 0.65;
  transition: filter 0.2s ease, opacity 0.2s ease;
  border: 1px solid #e8e8e8;
}


.cu-testimonial__logo {
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 6px 4px;
  max-height: 72px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.2s ease, opacity 0.2s ease;
  opacity: 0.65;
}

.cu-testimonial:hover .cu-testimonial__headshot,
.cu-testimonial:focus-within .cu-testimonial__headshot,
.cu-testimonial:hover .cu-testimonial__logo,
.cu-testimonial:focus-within .cu-testimonial__logo {
  filter: grayscale(0%);
  opacity: 1;
}

.cu-testimonial__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  gap: 16px;
}


@media screen and (max-width: 992px) {
  .cu-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .cu-header-light .header-container-light {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

 .cu-header-light .header-logo-light {
    justify-content: center;
  }

  .cu-header-light .header-logo-light img {
    height: 30px;
  }

  .cu-header-light .header-nav-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
  }

  .cu-header-light .header-nav-link {
    font-size: 13px;
  }

  .cu-header-light .header-nav-badge {
    font-size: 14px;
    margin: 0;
  }

  /* Mobile adjustments for full-width layout */
 .cu-hero { 
    text-align: center; 
    padding: 40px 20px; 
    gap: 24px;
  }

  .cu-hero__title { 
    font-size: 30px; 
    line-height: 1.25;
  }

  .cu-hero__grid {
    flex-direction: column-reverse; /* Puts visual image block on top, text down on mobile */
    gap: 30px;
  }
  
  .cu-hero__content, 
  .cu-hero__image-container { 
    flex: 0 0 100%; 
    width: 100%; 
    max-width: 100%;
  }

  .cu-hero__image img {
    max-width: 100%;
  }
  
  .cu-hero__subtitle { 
    font-size: 16px; 
  }

  .cu-hero__disclaimer {
    font-size: 11.5px;
    text-align: center;
  }

.cu-two-col-layout {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }
  
  .cu-col-left, 
  .cu-col-right {
    flex: 0 0 100%;
    width: 100%;
  }

  .cu-form-sidebar {
    padding: 30px 20px;
  }

.cu-trust { 
    padding: 32px 20px; 
  }
  .cu-trust-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 32px 0; 
  }
  .cu-trust-stat { 
    padding: 0 16px; 
    border-right: none; 
  }
  .cu-trust-stat:nth-child(odd) { 
    border-right: 1px solid #e3e3e3; 
  }

  .cu-insights-section {
    padding: 48px 20px;
  }
  
  .cu-section-header {
    margin-bottom: 48px;
  }

  .cu-section-title {
    font-size: 28px;
  }

  .cu-editorial-row, 
  .cu-editorial-row.reverse { 
    flex-direction: column; 
    gap: 24px; 
    margin-bottom: 48px; 
  }

.cu-logo-wall { 
    height: auto; 
    padding: 24px 16px;
  }
  
  .cu-logo-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px;
  }
  
  .cu-logo-item img { 
    filter: grayscale(0%); 
    opacity: 0.85; 
  }

  .cu-footer { padding: 20px; }

.cu-contact { 
    padding: 24px 16px; 
  }
  
  .cu-contact-inner { 
    flex-direction: column; 
    text-align: center; 
    gap: 16px;
  }
  
  .cu-contact-photo { 
    filter: grayscale(0%); 
  }

.cu-case-section {
    padding: 24px 16px;
  }
  
  .cu-case-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .cu-card {
    padding: 20px;
  }

  .cu-testimonial__footer { flex-direction: column; align-items: center; text-align: center; }
  .cu-testimonial__author-wrap { flex-direction: column; align-items: center; gap: 12px; }
  .cu-testimonial__author { margin-top: 8px; text-align: center; }
  .cu-testimonial__logo { margin-top: 8px; max-width: 150px; filter: grayscale(0%); opacity: 1; }
  .cu-testimonial__stars { justify-content: center; margin-left: auto; margin-right: auto; }
  .cu-testimonial__descriptor-text { border-left: none; padding-left: 0; }
  .cu-testimonial__headshot { filter: grayscale(0%); opacity: 1; }

}